home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / POSTSCPT / GSVIEW / SRC / WINSETUP.RC < prev   
Encoding:
Text File  |  1996-01-10  |  5.5 KB  |  106 lines

  1. /* Copyright (C) 1995, Russell Lang.  All rights reserved.
  2.   
  3.   This file is part of GSview.
  4.   
  5.   This program is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the GSview Free Public Licence 
  9.   (the "Licence") for full details.
  10.   
  11.   Every copy of GSview must include a copy of the Licence, normally in a 
  12.   plain ASCII text file named LICENCE.  The Licence grants you the right 
  13.   to copy, modify and redistribute GSview, but only under certain conditions 
  14.   described in the Licence.  Among other things, the Licence requires that 
  15.   the copyright notice and this notice be preserved on all copies.
  16. */
  17. /* winsetup.rc */
  18. /* Resources for MS-Windows installation program */
  19.  
  20. #include "windows.h"
  21. #include "setup.h"
  22.  
  23. #ifndef DS_3DLOOK
  24. #define DS_3DLOOK 0x0004L    /* for Windows 95 look */
  25. #endif
  26.  
  27.  
  28. IDD_INTRO DIALOG PRELOAD FIXED 18, 18, 160, 92
  29. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_3DLOOK
  30. CAPTION "GSview Install - Introduction"
  31. Font 8, "Helv"
  32. BEGIN
  33.     PUSHBUTTON "OK", IDOK, 8, 70, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  34.     PUSHBUTTON "Cancel", IDCANCEL, 56, 70, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  35.     LTEXT "Installation program for:\r    GSview 1.4\r    Aladdin Ghostscript 3.53", IDD_INTRO_T1, 8, 7, 123, 24, WS_CHILD | WS_VISIBLE | WS_GROUP
  36.     LTEXT "Before continuing installation, make sure you have the 4 disks listed in README.GV.", IDD_INTRO_T2, 9, 43, 144, 16, WS_CHILD | WS_VISIBLE | WS_GROUP
  37. END
  38.  
  39. IDD_COPYRIGHT DIALOG PRELOAD FIXED 18, 18, 202, 134
  40. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_3DLOOK
  41. CAPTION "GSview Install - Copyright"
  42. Font 8, "Helv"
  43. BEGIN
  44.     PUSHBUTTON "OK", IDOK, 8, 112, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  45.     PUSHBUTTON "Cancel", IDCANCEL, 56, 112, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  46.     LTEXT "GSview and Aladdin Ghostscript are separate programs.  They are owned by separate entities.", IDD_COPYRIGHT_T1, 6, 6, 184, 18, WS_CHILD | WS_VISIBLE | WS_GROUP
  47.     LTEXT "GSview:\r    Copyright (C) 1993-1995 Russell Lang.\r    All rights reserved.\r    See the file LICENCE for more details.", IDD_COPYRIGHT_T2, 8, 30, 184, 32, WS_CHILD | WS_VISIBLE | WS_GROUP
  48.     LTEXT "Aladdin Ghostscript:\r    Copyright (C) 1994, 1995 Aladdin Enterprises,\r    Menlo Park, California, U.S.A.  All rights reserved.\r    See the file PUBLIC for more details.", IDD_COPYRIGHT_T3, 8, 70, 184, 32, WS_CHILD | WS_VISIBLE | WS_GROUP
  49. END
  50.  
  51. IDD_DIR DIALOG PRELOAD FIXED 18, 18, 180, 100
  52. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_3DLOOK
  53. CAPTION "GSview Install - Directory"
  54. Font 8, "Helv"
  55. BEGIN
  56.     LTEXT "The base directory for GSview and Ghostscript is shown below.\rWithin the base directory, GSview will be installed into the subdirectory 'gsview' and Ghostscript will be installed into the subdirectory 'gs3.53'.\rChange the base directory if you wish.", IDD_DIR_TEXT, 6, 6, 168, 48, WS_CHILD | WS_VISIBLE | WS_GROUP
  57.     PUSHBUTTON "OK", IDOK, 9, 80, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  58.     PUSHBUTTON "Cancel", IDCANCEL, 57, 80, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  59.     EDITTEXT ID_ANSWER, 8, 60, 164, 12, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
  60. END
  61.  
  62.  
  63. IDD_UNZIP DIALOG PRELOAD FIXED 18, 18, 86, 44
  64. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | DS_3DLOOK | WS_EX_TOPMOST
  65. CAPTION "GSview Install"
  66. Font 8, "Helv"
  67. BEGIN
  68.     LTEXT "Unzipping files", IDD_UNZIP_TEXT, 8, 8, 69, 8, WS_CHILD | WS_VISIBLE | WS_GROUP
  69.     PUSHBUTTON "Cancel", IDCANCEL, 8, 24, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  70. END
  71.  
  72. IDD_FILE DIALOG PRELOAD FIXED 18, 18, 179, 60
  73. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_3DLOOK
  74. CAPTION "GSview Install - Missing ZIP file"
  75. Font 8, "Helv"
  76. BEGIN
  77.     LTEXT "Can't find ZIP file.  Insert disk with the file below.", IDD_FILE_TEXT, 6, 6, 168, 10, WS_CHILD | WS_VISIBLE | WS_GROUP
  78.     PUSHBUTTON "OK", IDOK, 8, 40, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  79.     PUSHBUTTON "Cancel", IDCANCEL, 56, 40, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  80.     EDITTEXT ID_ANSWER, 8, 19, 164, 12, ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
  81. END
  82.  
  83. IDD_CONFIG DIALOG PRELOAD FIXED 18, 18, 189, 59
  84. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_3DLOOK
  85. CAPTION "GSview Install - Config"
  86. Font 8, "Helv"
  87. BEGIN
  88.     PUSHBUTTON "OK", IDOK, 8, 40, 32, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  89.     PUSHBUTTON "Don't update autoexec.bat", IDCANCEL, 56, 40, 100, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
  90.     LTEXT "The following line will be added to your autoexec.bat\r     SET TEMP=C:\\\rYour old autoexec.bat will be renamed autoexec.gs", IDD_CONFIG_TEXT, 8, 8, 173, 24, WS_CHILD | WS_VISIBLE | WS_GROUP
  91. END
  92.  
  93.  
  94. IDD_ATM DIALOG PRELOAD FIXED 18, 18, 175, 101
  95. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_3DLOOK
  96. CAPTION "GSview Install - Type 1 fonts"
  97. FONT 8, "Helv"
  98. BEGIN
  99.  DEFPUSHBUTTON "Yes", IDOK, 9, 80, 32, 14
  100.  PUSHBUTTON "No", IDCANCEL, 57, 80, 32, 14
  101.  LTEXT "Your system appears to have some Type 1 fonts (as part of Adobe Type Manager) of better quality than those distributed with Ghostscript.", -1, 6, 6, 152, 24
  102.  LTEXT "Before using these fonts with Ghostscript, you MUST check if your font licence allows you to do so.", -1, 6, 34, 164, 16
  103.  LTEXT "Do you want to configure Ghostscript to use these Type 1 fonts?", -1, 6, 54, 164, 16
  104. END
  105.  
  106.